ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / GeoMapLayer<T> Class / GeoMapLayer<T> Constructor
The owner which owns this map layer.

In This Topic
    GeoMapLayer<T> Constructor
    In This Topic
    Creates one GeoMapLayer<T> instance.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal owner As FlexMap(Of T) _
    )
    public GeoMapLayer<T>( 
       FlexMap<T> owner
    )

    Parameters

    owner
    The owner which owns this map layer.
    See Also